Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
I
O
P
R
S
W
A
accept()
- Method in class socketio.
ServerSocket
Warten auf eine Verbindungsanforderung.
C
close()
- Method in class serialio.
Serial
Schließt die serielle Schnittstelle.
close()
- Method in class socketio.
ServerSocket
Schließen des ServerSockets.
close()
- Method in class socketio.
Socket
Schließt den Socket.
closeDriver()
- Method in class directio.
IOPortAccess
Schließt der Port-Treiber
connect()
- Method in class socketio.
Socket
Verbindet das Socket-Objekt zu der entsprechenden Portnummer auf dem entsprechenden Host.
D
dataAvailable()
- Method in class serialio.
Serial
Prüfen, ob Daten verfügbar sind.
dataAvailable()
- Method in class socketio.
Socket
Prüfen, ob Daten verfügbar sind.
DATABITS_5
- Static variable in class serialio.
Serial
DATABITS_6
- Static variable in class serialio.
Serial
DATABITS_7
- Static variable in class serialio.
Serial
DATABITS_8
- Static variable in class serialio.
Serial
directio
- package directio
I
IOPortAccess
- Class in
directio
Ein-/Ausgabe über Ports
.
IOPortAccess()
- Constructor for class directio.
IOPortAccess
isCTS()
- Method in class serialio.
Serial
Status des Modem-Meldeeingangs CTS (clear to send).
isDSR()
- Method in class serialio.
Serial
Status des Modem-Meldeeingangs DSR (data set ready).
O
open()
- Method in class serialio.
Serial
Öffnet die serielle Schnittstelle.
openDriver()
- Method in class directio.
IOPortAccess
Öffnet den Port-Treiber
P
PARITY_EVEN
- Static variable in class serialio.
Serial
PARITY_NONE
- Static variable in class serialio.
Serial
PARITY_ODD
- Static variable in class serialio.
Serial
R
read()
- Method in class serialio.
Serial
Lesen eines Zeichens vom COM-Port.
read(byte[], int)
- Method in class serialio.
Serial
Lesen von Bytes vom COM-Port.
read()
- Method in class socketio.
Socket
Lesen eines Zeichens vom Socket.
read(byte[], int)
- Method in class socketio.
Socket
Lesen von Bytes vom Socket.
readLine()
- Method in class serialio.
Serial
Lesen eines Strings vom COM-Port.
readLine()
- Method in class socketio.
Socket
Lesen eines Strings vom Socket.
readPort(int)
- Method in class directio.
IOPortAccess
Liest einen Wert vom angegbenen Port
S
Serial
- Class in
serialio
Serielle Ein-/Ausgabe
.
Serial(String, int, int, int, int)
- Constructor for class serialio.
Serial
Konstruktor.
serialio
- package serialio
ServerSocket
- Class in
socketio
Ein-/Ausgabe über Sockets
.
ServerSocket(int)
- Constructor for class socketio.
ServerSocket
Konstruktor.
setDTR(boolean)
- Method in class serialio.
Serial
Setzen des Modem-Steuerausgangs DTR (data terminal ready).
setRTS(boolean)
- Method in class serialio.
Serial
Setzen des Modem-Steuerausgangs RTS (request to send).
Socket
- Class in
socketio
Ein-/Ausgabe über Sockets
.
Socket(String, int)
- Constructor for class socketio.
Socket
Konstruktor.
Socket(Socket)
- Constructor for class socketio.
Socket
Konstruktor.
socketio
- package socketio
STOPBITS_1
- Static variable in class serialio.
Serial
STOPBITS_1_5
- Static variable in class serialio.
Serial
STOPBITS_2
- Static variable in class serialio.
Serial
W
write(int)
- Method in class serialio.
Serial
Schreiben eines Zeichens auf den COM-Port.
write(byte[], int)
- Method in class serialio.
Serial
Schreiben von Bytes auf den COM-Port.
write(String)
- Method in class serialio.
Serial
Schreiben eines String auf den COM-Port.
write(int)
- Method in class socketio.
Socket
Schreiben eines Zeichens auf den Socket.
write(byte[], int)
- Method in class socketio.
Socket
Schreiben von Bytes auf den Socket.
write(String)
- Method in class socketio.
Socket
Schreiben eines String auf den Socket.
writePort(int, int)
- Method in class directio.
IOPortAccess
Schreibt einen Wert auf den angegbenen Port
A
C
D
I
O
P
R
S
W
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes